home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection, gReviewData, gEvaluationData
-
- on goAnswers
- stopSound2()
- go("a1")
- goNarrator(gMasterData, "100")
- set gSection to #answers
- set the spin of gReviewData to 1
- end
-
- on goPlan1
- stopSound2()
- go("plan1")
- audio1xOnly(gMasterData, "99")
- set gSection to #plan1
- end
-
- on goPlan2
- go("plan2")
- set gSection to #plan2
- end
-
- on goVideo
- stopSound2()
- set gSection to #video
- go("video")
- end
-
- on goEvaluate
- if voidp(gEvaluationData) then
- set gEvaluationData to [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
- end if
- go("eval1")
- set gSection to #evaluate1
- end
-